@charset "utf-8";
html,body,div,a,p,ul,li,ol,dl,dt,dd,img,span,table,tr,td,th,thead,tbody,tfoot,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	}
h1,h2,h3,h4,h5,h6{
	font-weight:400;
	}
input{
	outline:0 none;
	}
li{
	list-style:none;
	}
a{
	text-decoration:none;
	cursor:pointer;
	/*color:#666;*/
	}
a:hover{
		color:#039cec;
		}
img{
	border:0 none;
	display:block;
	}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
.clearfix{
	zoom:1;
	}
	
/*版心*/
.container{
	width:1000px;
	margin:0 auto;
	}
	
/*顶部导航开始*/
.bb{
	height:300px;
	}
.bcg{
	 position:absolute; 
	 width:100%; 
	 height:300px; 
	 z-index:-1;
	}
.subtitle{
	position:absolute;
	font-family: SourceHanSansCN-Regular;
    font-size: 30px;
	color: #ffffff;
	left:50%;
	margin-left:-60px;
	top:50%;
	margin-top:-25px;
	}
.navbox{
	height:64px;
	}
.navbox a:hover{
	color:#fff;
	}
.shsfb{
	padding-top:40px;
	}
.nav img{
	float:left;
	margin-top:22px;
	}
.nav .app{
	float:right;
	} 
.nav .app img{
	
	margin:auto;
	}
.nav .app{
	margin:19px 0 0 55px;
	font-family:微软雅黑;
	font-size:14px;
	color:#fff; 
	opacity:1;
	filter:alpha(opacity=100);
	padding-top:26px;
	background:url(../picture/1index/1-topnav/phone.png) no-repeat center top;
	}
.nav ul{
	 list-style:none;
	 float:right
	 }
    
.nav ul li{ 
	float:left;
	text-align:center; 
	position:relative;
	height:64px;
	line-height:64px;
	padding:0 20px;
	z-index:1;
	}
   
.nav ul .last{
	padding-right:0;
	} 
.nav ul li a{
	text-decoration:none; 
	color:#fff;
	font-family:微软雅黑;
	font-size:16px;
	opacity:0.7;
	filter:alpha(opacity=70);
	} 
 
.nav ul li a:hover,.nav ul li .current{ 
	color:#fff; 
	opacity:1;
	filter:alpha(opacity=100);
	}    
.nav ul li ul{
	width:120px;
	position:absolute; 
	display:none;
	left:50%;
	margin-left:-60px;
	background:#fff;
	border-radius:4px;
	/*margin-top:18px;*/
	} 
.nav ul .last ul{ 
	position:absolute; 
	display:none;
	left:50%;
	margin-left:-50px;
	
	}
  .nav ul li ul:after {
      position: absolute;
      display: inline-block;
      top: -7.5px;
      left: 50%;
	  margin-left: -10px;
      width: 0;
      height: 0px;
      content: '';
      border-style: solid;
      border-width: 8px;
      border-color: #fff #fff transparent transparent;
      transform: rotate(315deg);
	}    
.nav ul li ul li{
	border-radius:4px;
	float:none;  
	padding:0;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#fff; 
	}    
.nav ul li ul li a{ 
	width:100%;
	color:#333;
	}    
.nav ul li ul li a:hover{ 
	color:#000;
	}    
.nav ul li:hover ul{ 
	display:block;
	} 
/*顶部导航结束*/

/*新闻开始*/
.content{
	font-family: SourceHanSansCN-Regular;
	text-align:center;
	margin-bottom:70px;
	}
.content h3{
	margin:70px 0 15px;
	  font-size: 20px;
	  font-weight: normal;
	  height: 20px;
	  line-height: 20px;
	  color: #000000;
	}
.content span{
	font-size:14px;
	height:14px;
	line-height:14px;
	color:#aaaaaa;
	font-family:HelveticaNeueLTPro-ThEx;
	}
.content .first{
	border-top:1px solid #aaaaaa;
	padding-top:20px;
	margin-top:15px;
	}
.content p,.content .bt{
	color:#555555;
	font-size:16px;
	text-align:justify;
	text-indent:2em;
	line-height:35px;
	}
.content .bt{
	font-weight:600;
	}
.content .author{
	font-size:16px;
	text-align:right;
	color:#aaaaaa;
	}
	
/*新闻结束*/
/*新闻图片开始*/
.newspic{
	margin:30px auto;
	}
.newspic li{
	float:left;
	margin-right:125px;
	}
.newspic .right{
	margin-right:0px;
	}
.newspic span{
	font-size:14px;
	color:#555;
	font-family: SourceHanSansCN-Regular;
	text-align:center;
	}
/*新闻图片结束*/

/*页码开始*/
.page{
	margin-bottom:100px;
	text-align:center;
	}
 .page a{
  font-family: SourceHanSansCN-Regular;
  display:inline-block;
  font-size:20px;
  width: 34px;
  height: 34px;
  line-height:34px;
  border-radius: 4px;
  text-align:center;
  color:#dddddd;
  border: solid 2px #dddddd;
  }
  .page .current,.page a:hover{
  border: solid 2px #5895f1;
  color:#5895f1;
  }
/*页码结束*/
